home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / papel.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  1.2 KB  |  48 lines

  1. on exitFrame
  2.   if (the visible of sprite 4 = 1) or (the visible of sprite 5 = 1) then
  3.     set the visible of sprite 22 to 0
  4.   else
  5.     set the visible of sprite 22 to 1
  6.   end if
  7.   if the visible of sprite 5 = 1 then
  8.     if rollOver(9) then
  9.       set the visible of sprite 8 to 1
  10.     else
  11.       if the visible of sprite 8 = 1 then
  12.         set the visible of sprite 8 to 0
  13.       else
  14.         set the visible of sprite 8 to 1
  15.       end if
  16.     end if
  17.   end if
  18.   if the mouseCast = 88 then
  19.     go("naveg")
  20.   end if
  21.   if rollOver(6) then
  22.     set the visible of sprite 2 to 1
  23.     set the visible of sprite 3 to 0
  24.   else
  25.     if rollOver(7) then
  26.       set the visible of sprite 2 to 0
  27.       set the visible of sprite 3 to 1
  28.     else
  29.       if the visible of sprite 4 = 1 then
  30.         nothing()
  31.       else
  32.         if the visible of sprite 5 = 1 then
  33.           nothing()
  34.         else
  35.           if the visible of sprite 2 = 0 then
  36.             set the visible of sprite 2 to 1
  37.             set the visible of sprite 3 to 0
  38.           else
  39.             set the visible of sprite 2 to 0
  40.             set the visible of sprite 3 to 1
  41.           end if
  42.         end if
  43.       end if
  44.     end if
  45.   end if
  46.   go(the frame)
  47. end
  48.